Drop default features for zip#130
Merged
tcharding merged 1 commit intorust-bitcoin:masterfrom Apr 18, 2025
Merged
Conversation
.. and in particular the ancient `time` dependency, which suffers from `RUSTSEC-2020-0071`.
2444531 to
4f228e8
Compare
tcharding
approved these changes
Apr 18, 2025
Member
|
We can backport and do a point release if you want one. |
Member
|
I'll likely have the next major release out in the next week or so though. |
Collaborator
Author
Thanks, this one is not super urgent for us, I think we can just ignore the audit reports until we can bump to the fixed version everywhere (i.e., |
blaze-smith470pm
added a commit
to blaze-smith470pm/corepc
that referenced
this pull request
Sep 26, 2025
4f228e89c11e4c9795434040871b74361d4c451c Drop default features for `zip` (Elias Rohrer) Pull request description: .. and in particular the ancient `time` dependency, which suffers from `RUSTSEC-2020-0071`. (we recently started getting `cargo audit` reports related to this: lightningdevkit/ldk-node#523) ACKs for top commit: tcharding: ACK 4f228e89c11e4c9795434040871b74361d4c451c Tree-SHA512: 25b834ddd8545a95dc72eaef37d89d24ff82f6e9d3a9af8bac84b775503912ef6996ccf55276fa720d7718a99d460c8a85a5cb0a99e196a0041beed4c4464705
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.. and in particular the ancient
timedependency, which suffers fromRUSTSEC-2020-0071.(we recently started getting
cargo auditreports related to this: lightningdevkit/ldk-node#523)